home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TAPPSELECTFORM / TAPPSELECTFORM.txt
Text File  |  2006-03-23  |  3KB  |  139 lines

  1. object AppSelectForm: TAppSelectForm
  2.   Left = 296
  3.   Top = 185
  4.   Width = 556
  5.   Height = 453
  6.   Caption = 'Select Application'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 400
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 379
  23.     Width = 548
  24.     Height = 45
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     OnResize = Panel1Resize
  29.     DesignSize = (
  30.       548
  31.       45)
  32.     object GroupBox1: TGroupBox
  33.       Left = 8
  34.       Top = 4
  35.       Width = 351
  36.       Height = 33
  37.       Anchors = [akLeft, akRight, akBottom]
  38.       Caption = ' Path: '
  39.       TabOrder = 0
  40.       DesignSize = (
  41.         351
  42.         33)
  43.       object PathLabel: TLabel
  44.         Left = 8
  45.         Top = 14
  46.         Width = 336
  47.         Height = 13
  48.         Anchors = [akLeft, akTop, akRight]
  49.         AutoSize = False
  50.         Caption = '\'
  51.       end
  52.     end
  53.     object Ok: TButton
  54.       Left = 373
  55.       Top = 10
  56.       Width = 75
  57.       Height = 25
  58.       Action = OkAction
  59.       Anchors = [akRight, akBottom]
  60.       Caption = 'OK'
  61.       ModalResult = 1
  62.       TabOrder = 1
  63.     end
  64.     object Cancel: TButton
  65.       Left = 461
  66.       Top = 10
  67.       Width = 75
  68.       Height = 25
  69.       Anchors = [akRight, akBottom]
  70.       Caption = 'Cancel'
  71.       ModalResult = 2
  72.       TabOrder = 2
  73.     end
  74.   end
  75.   inline DataViewFrame: TDataViewFrame
  76.     Left = 0
  77.     Top = 0
  78.     Width = 548
  79.     Height = 379
  80.     Align = alClient
  81.     TabOrder = 1
  82.     OnClick = OkClick
  83.     inherited dvfSplitter: TSplitter
  84.       Height = 342
  85.     end
  86.     inherited dvfCoolBar: TCoolBar
  87.       Width = 548
  88.       Bands = <
  89.         item
  90.           BorderStyle = bsSingle
  91.           Control = DataViewFrame.dvfToolBar
  92.           ImageIndex = -1
  93.           MinHeight = 31
  94.           Width = 548
  95.         end>
  96.       inherited dvfToolBar: TToolBar
  97.         Width = 535
  98.       end
  99.     end
  100.     inherited dvfFileListView: TListView
  101.       Width = 400
  102.       Height = 342
  103.     end
  104.     inherited dvfFolderTreeView: TTreeView
  105.       Height = 342
  106.     end
  107.   end
  108.   object ActionList: TActionList
  109.     Left = 464
  110.     Top = 208
  111.     object OkAction: TAction
  112.       Caption = 'Ok'
  113.       OnUpdate = OkActionUpdate
  114.     end
  115.   end
  116.   object smlFormLangRes: TsmlFormLangRes
  117.     LangFileName = 'DefLang.ini'
  118.     IgnoreEmptyString = True
  119.     AutoCreateMode = True
  120.     AddBracket = True
  121.     StringProperties.Strings = (
  122.       'Caption')
  123.     StringsProperties.Strings = (
  124.       'Tabs'
  125.       'Items')
  126.     IgnoreControls.Strings = (
  127.       'PathLabel'
  128.       'Panel1'
  129.       'OkAction')
  130.     IgnoreFormCaption = False
  131.     IncludeListViewItems = False
  132.     IncludeListViewHead = False
  133.     IncludeTreeViewItems = False
  134.     Active = False
  135.     Left = 432
  136.     Top = 208
  137.   end
  138. end
  139.